Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement validate on blur & input #610

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Conversation

Skaiir
Copy link
Contributor

@Skaiir Skaiir commented Apr 19, 2023

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Apr 19, 2023
@Skaiir Skaiir marked this pull request as ready for review July 21, 2023 18:35
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Jul 21, 2023
@Skaiir
Copy link
Contributor Author

Skaiir commented Jul 21, 2023

Rebased to develop, surprisingly went very smoothly despite 200 commits behind :D

@github-actions github-actions bot temporarily deployed to demo-382-validate-on-blur July 24, 2023 08:41 Destroyed
@pinussilvestrus
Copy link
Contributor

pinussilvestrus commented Jul 24, 2023

I will have a deeper look at this tomorrow 👍 @christian-konrad @RomanKostka feel free to have a look at this as well, as this quite a change in the validation flow.

https://demo-382-validate-on-blur--camunda-form-playground.netlify.app/

@github-actions github-actions bot temporarily deployed to demo-382-validate-on-blur July 27, 2023 08:39 Destroyed
@github-actions github-actions bot temporarily deployed to demo-382-validate-on-blur July 27, 2023 08:58 Destroyed
@Skaiir Skaiir merged commit bee91a8 into develop Jul 27, 2023
9 of 10 checks passed
@Skaiir Skaiir deleted the 382-validate-on-blur branch July 27, 2023 11:09
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jul 27, 2023
}

registerHandlers() {
Object.entries(this.getHandlers()).forEach(([ id, handler ]) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found the usage of CommandStack in the viewer context interesting here. Just to better understand what is happening, why did we add it? Is undo/redo a needed capability?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CC @Skaiir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate on blur Eagerly validate form input
3 participants